-
Couldn't load subscription status.
- Fork 837
Creating new metric around chunks bytespool #5552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Alan Protasio <[email protected]>
Signed-off-by: Alan Protasio <[email protected]>
a1ee8de to
46a10c4
Compare
| }), | ||
| poolByteStats: promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ | ||
| Name: "cortex_bucket_store_chunk_pool_operation_bytes_total", | ||
| Help: "Total bytes number of bytes pooled by operation.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My suggestion for this would be "Bytes checkout or returned to the chunk pool"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
humm.. idk.. i think s too verbose
de6bbf0 to
b045e8a
Compare
Signed-off-by: Alan Protasio <[email protected]>
b045e8a to
1072a89
Compare
What this PR does:
Create new
cortex_bucket_store_chunk_pool_bytes_totalto add metrics around the byte slices returned to the pool.This metric has a overlap with the existing ones - which should be deprecated if this PR is accepted.
Which issue(s) this PR fixes:
Fixes #
Checklist
CHANGELOG.mdupdated - the order of entries should be[CHANGE],[FEATURE],[ENHANCEMENT],[BUGFIX]